generateLinkingUri

fun generateLinkingUri(serverUuid: String? = null): LinkingURI

Generate a linking URI. Typically, this is QR encoded and scanned by the primary device. Submit the returned LinkingURI.sessionId with a finishLink request.

Parameters

serverUuid

The identifier of the server to use. Leave null for default (usually Signal production servers but configurable at build time)

Throws